home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 351-375 / 366 / ndebt / makefile next >
Makefile  |  1995-03-14  |  204b  |  11 lines

  1. #
  2. # makefile for Ndebt: Manx Aztec C v5.0a
  3. #
  4. # use small code and data, 32 bit ints, Manx floating point
  5. #
  6. # CFLAGS to use Manx floating point
  7. CFLAGS = -fm
  8. Ndebt:  Ndebt.o
  9.     ln Ndebt.o detach.ols -lm -lc
  10.  
  11.